home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / lessons / button2.stk < prev    next >
Encoding:
Text File  |  1994-08-23  |  121 b   |  5 lines

  1. ;; A button widget, with options
  2.  
  3. (button '.hello :text "Hello World!" :relief "raised" :state "disabled")
  4. (pack .hello)
  5.